home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
PowerMacInterface
/
colors.icl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Modula Implementation
|
1995-02-15
|
205 b
|
8 lines
|
[
TEXT/3PRM
]
implementation module colors;
import mac_types;
Index2Color :: !Int !Toolbox -> (!Int,!Int,!Int,!Toolbox);
Index2Color index t = code (index=R6D0,t=O0D1U)(red=W,green=W,blue=W,z=Z){
call .Index2Color
};